home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / bbs / fn397c_1.zip / SR.BAT < prev    next >
DOS Batch File  |  1991-12-13  |  878b  |  42 lines

  1. echo off
  2. cls
  3. c:
  4. cd\fnet
  5. SET DSZLOG=C:\FNET\DSZLOG
  6. IF exist event.bat IF not exist pcboard.sys DEL EVENT.BAT
  7.  
  8. bnu  /T=2048 /R=4096 /O /M-
  9.  
  10. bnu /I=0+
  11.  
  12. rem  The number specified in the fossil driver initialization is the number of
  13. rem  the comm port you are using  minus 1. The above initialization is for
  14. rem  comm port #1
  15.  
  16. FNET %1 %2
  17. if errorlevel 2 goto end3
  18. if errorlevel 1 goto end2
  19. bnu  /I=0-
  20. rem  Above Line Disables fossil driver prior to entering a door/file transfer
  21. rem  Still allows other programs to reinitialize fossil
  22.  
  23. c:
  24. cd\fnet
  25. IF exist event.bat command /c event.bat
  26. If exist event.bat del event.bat
  27. if exist door.bat door.bat
  28. c:
  29. cd\fnet
  30. echo Returning to FNET
  31. echo --------- -- ----
  32. SR
  33. :end2
  34. echo off
  35. del pcboard.sys
  36. del door.bat
  37. CLS
  38. echo 25H Feathernet Terminated!
  39. echo 25H   Have a Nice Day!
  40. echo H
  41. :end3
  42.